home *** CD-ROM | disk | FTP | other *** search
/ Rover 25 Presentation / Rover25_Presentation_CD.bin / Tool2.cst / 00070_Script_COLLECT TEXT < prev    next >
Text File  |  2000-01-31  |  290b  |  9 lines

  1. on exitFrame
  2.   repeat with i = 1 to the number of members in cast 1
  3.     if the type of member i = #text then
  4.       set the text of member "all text" to the text of member "all text" && "*" && ¼
  5. the name of member i && "n*" && the text of member i
  6.     end if
  7.     
  8.   end repeat    
  9. end